golang.org/x/tools/txtar.filesystem.nodes (field)

5 uses

	golang.org/x/tools/txtar (current package)
		fs.go#L56: 	nodes map[string]*node
		fs.go#L88: 	if m := fsys.nodes[n.path]; m != nil {
		fs.go#L91: 	fsys.nodes[n.path] = n
		fs.go#L105: 	if m := fsys.nodes[dir]; m != nil && m.IsDir() {
		fs.go#L135: 	n := fsys.nodes[name]